Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MyShowHide

Shows or hides a window associated with a frame. This is how you would define your show/hide function if you were to name it MyShowHide:

void MyShowHide     (JMFrameRef frame, 
                     Boolean showFrameRequested);
frame
The frame to be shown or hidden.
showFrameRequested
A Boolean value. If true, the window should be displayed. If false, the window should be hidden.
DISCUSSION
When creating a frame, you must designate a callback function to show or hide the window associated with it.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997